From e99290e225e425eb081958da98f69785b1a11a97 Mon Sep 17 00:00:00 2001 From: "cl349@arcadians.cl.cam.ac.uk" Date: Wed, 17 Nov 2004 17:50:25 +0000 Subject: [PATCH] bitkeeper revision 1.1159.177.2 (419b8f619GQpmVkEwFFK_1mrZMc8-w) Rules.mk: Add support for standalone make -f buildconfigs/mk... back. --- BitKeeper/etc/logging_ok | 1 + buildconfigs/Rules.mk | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/BitKeeper/etc/logging_ok b/BitKeeper/etc/logging_ok index 9c08485b36..cbc3dd3c3e 100644 --- a/BitKeeper/etc/logging_ok +++ b/BitKeeper/etc/logging_ok @@ -10,6 +10,7 @@ br260@br260.wolfson.cam.ac.uk br260@labyrinth.cl.cam.ac.uk br260@laudney.cl.cam.ac.uk bren@anvil.research +cl349@arcadians.cl.cam.ac.uk cl349@freefall.cl.cam.ac.uk cl349@labyrinth.cl.cam.ac.uk cwc22@centipede.cl.cam.ac.uk diff --git a/buildconfigs/Rules.mk b/buildconfigs/Rules.mk index 3fbef08e19..90f90d2aee 100644 --- a/buildconfigs/Rules.mk +++ b/buildconfigs/Rules.mk @@ -1,4 +1,9 @@ +# We expect these two to already be set if people +# are using the top-level Makefile +DIST_DIR ?= $(shell pwd)/dist +INSTALL_DIR ?= $(DIST_DIR)/install + .PHONY: mkpatches mrproper # Setup pristine search path -- 2.30.2